home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00024.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  156 b   |  11 lines

  1. property s
  2. global demos, currtitle
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6. end
  7.  
  8. on prepareFrame me
  9.   sprite(s).visible = rollOver(s) and (currtitle <> 0)
  10. end
  11.